/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

a, img {
    border: 0;
    text-decoration: none;
    color: #2692d5;
}

body {
    font-family: "微软雅黑";
}
.rt{
   float:right;	
}
.clearfix:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

.clearfix {
    zoom: 1;
}

.navin {
    position: relative;
    width: 900px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    margin: 80px auto 0 auto;
}

.navin li {
    float: left;
    display: inline;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 24px;
}

.navin a:hover {
    text-decoration: none;
}

#navBd {
    position: relative;
}

.navHover a {
    display: inline-block;
    color: #fff;
}

#navSelected {
    position: absolute;
    top: 0;
    width: 140px;
    height: 50px;
    background-color: #83c326;
    no-repeat 0 0;
}

.wz {
    font-weight: bold;
    font-size: 16px;
}

.py {
    color: #828A92;
    font-size: 15px;
}

.sx {
    float: left;
    width: 50px;
    text-align: center;
    height: 50px;
    padding-top: 7px;
}

.wraper {
    margin: 0 auto;
    text-align: center;
}

.wraper .logo {
    margin-top: 200px;
}

body {
    font-family: "微软雅黑" !important;
}

img {
    border: 0px;
}
/*小导航条*/
div.small {
    width: 100%;
    height: 36px;
    background-color: #e3e5e6;
    line-height: 36px;
}
ul.e-fgs {
    float: right;
}

ul.e-fgs > li {
    float: left;
    font-size: 1em;
}

ul.e-fgs a {
    color: #5d5d5d;
}

ul.e-fgs a:hover {
    color: #737373;
}
.header-fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.top {
    border-bottom: 1px solid #E6E6E6;
    background-color: white;
    height: 120px;
}

.topz {
    width: 1060px;
    margin: 0 auto;
}

.top .logo {
    width: 400px;
    margin-top: 18px;
    float: left;
}

.top .logo img {
    margin-top: 12px;
    width: 230px;
    height: 60px;
}

.top .y {
    width: 660px;
    float: left;
    margin-top: 20px;
}

.top .y1 {
    text-align: right;
    margin-right: 20px;
    font-size: 14px;
}

.top .y2 {
    border-bottom: 1px dashed #aaaaaa;
    margin-top: 10px;
    width: 394px;
    margin-left: 266px;
}

.top-nav {
    width: 690px;
    height: 30px;
    margin-top: 10px;
}

.top-nav ul {
}

.top-nav ul li {
    width: 98px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    list-style: none;
}

.top-nav ul li a {
    color: #212122;
    text-decoration: none;
    font-size: 16px;
}

.top-nav ul li a:hover {
    display: block;
    color: #fff;
    background: #0088d2;
}

.banner {
    min-width: 1060px;
    padding-top: 120px;
}
/*专题报道*/
div.specialCoverage{
    width:100%;
    background-color: #f7f7f7;
    padding:40px 0 50px;

}
div.special_content img{
    width:100%;
    height:140px;
}
div.index_video img{
    width:100%;
    height:160px;
}
div.special_title{
    border-bottom:1px solid #dfdfdf;
    margin-bottom:20px;
}
div.special_title span{
    font-size: 18px;
    color:#444;
    display:inline-block;
    padding-bottom:5px;
    border-bottom:3px solid #096399;
}
div.special_title  b{
    font-size:10px;
    font-weight:normal;
    color:#8d8d8d;
}
div.special_title a{
    float:right;
    color:#787878;
    font-size: 12px;
    margin-top:12px;
}
/*公司新闻*/
div.company_news{
    margin:40px auto 10px;
}
div.news div.col-xs-6 div.bg-color{
    background-color: #f7f7f7;
    padding:10px;
}
div.bg-color img{
    width:100%;
    height:210px;
}
div.bg-color p.news_title{
    margin:15px 0;
}
div.bg-color p.news_title a{
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    color:#333;
}
p.news_content{
    font-size:12px;
    height:60px;
    line-height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#777;
}
div.other_news{
    margin-top:20px;
}
div.other_news ul.col-xs-6{
    padding:0 10px;
}
div.other_news ul.col-xs-6 li{
    margin-bottom:10px;

}
div.other_news ul.col-xs-6 li a{
    color:#838383;
    font-size:12px;

}
div.other_news ul.col-xs-6 li:last-child{
    margin-bottom:0;

}
div.other_news ul.col-xs-6 li span,div.gywm-content span{
    display:inline-block;
    width:5px;
    height:5px;
    background-color: #838383;
    margin-right:10px;
    vertical-align: middle;
}

/*媒体报道*/
div.media{
    background-color: #f7f7f7;
    padding:10px;
}
div.media_img img{
    width:100%;
    height:126px;
}
p.media_title a{
    width:100%;
    height:30px;
    display:block;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    white-space: nowrap;
    color:#5e5e5e;
    text-align: center;
}
p.media_title.leader a{
    background-color: #f7f7f7;
}
div.video_center{
    margin-top:20px;
}
div.video_center a:first-child{
    display:block;
    margin-bottom:10px;
}
.jcxz {
    margin-top: 22px;
}
/*产品体系*/
div.product_system{
    margin:40px auto 50px;
}
div.product_system img{
    width:100%;
}
p.products_content{
    color:#848484;
    line-height:25px;
}
div.product_img{
    margin-top:30px;
    width:1050px;
    height:433px;
    background:url(../images/index-pro.png) no-repeat center center;
    position:relative;
}
div.per_product p a{
    position:absolute;
    color:#333;
    font-size:12px;
    text-decoration: none;
    font-weight:bold;
}
p.p1 a{
    top:-20px;
    left:40px;

}
p.p2 a{
    top:5px;
    left:138px;
}
p.p3 a{
    top:27px;
    left:243px;
}
p.p4 a{
    top:62px;
    left:346px;
}
p.p5 a{
    top:65px;
    left:600px;
}
p.p6 a{
    top:30px;
    left:712px;
}
p.p9 a{
    top:10px;
    left: 800px;
}
p.p7 a{
    top:-15px;
    left:895px;
}
div.per_product p.p8 a{
    text-align: center;
    top:250px;
    left:500px;
    font-size:13px;
}
div.per_product p a:hover{
    color:#3394dc;
}
/*页面底部*/
div.footer{
    width:100%;
    background-color: #33363c;

}
div.footer h5{
    margin-top:25px;
    color:#fff;
    margin-bottom:20px;
}
div.footer p a,div.footer p{
    margin:10px 0 0;
    color:#acadad;
    font-size:12px;
}
div.branch.row div.col-xs-4 div{
    color:#acadad;
    margin-bottom:20px;
}
div.copyRight{
    font-size:12px;
    color:#737070;
    line-height:45px;
    margin-top:15px;
    border-top:1px solid #474747;
}
div.copyRight a{
    color:#737070;
}
div.cut-off{
    padding-top:20px;
    margin-top:15px;
    border-top:1px dashed #474747;
}
a:hover {
    text-decoration: none;
}

.pt20 {
    padding-top: 20px;
}

.clearboth {
    overflow: hidden
}

.slide1 {
    position: relative;
    width: 1060px;
    margin: 20px auto 0;
}

.images {
    width: 1060px;
    overflow: hidden;
    margin: 0 auto
}

.images div {
    float: left;
}

.backward, .forward {
    position: absolute;
    width: 24px;
    height: 32px;
    overflow: hidden;
    top: 90px;
    cursor: pointer;
    font-size: 0px;
    margin-top: 110px;
}

.backward {
    left: 0px;
    background: url(../images/qw_10.png) center no-repeat;
}

.forward {
    right: 0px;
    background: url(../images/qw_13.png) center no-repeat;
}

.backward:hover {
    background: url(../images/qw_10.png) center no-repeat;
}

.forward:hover {
    background: url(../images/qw_13.png) center no-repeat;
}

.flow-box {
    border: 1px solid #dddddd;
    width: 220px;
    float: left;
    margin-right: 13px;
    background-color: #fff;
    margin-bottom: 9px;
    -moz-box-shadow: 0px 0px 2px #f4f4f4;
    -webkit-box-shadow: 0px 0px 2px #f4f4f4;
    box-shadow: 0px 0px 2px #f4f4f4;
}

.flow-thumb {
    text-align: center;
    padding-top: 8px;
}

.flow-info2 {
    text-align: center;
}

.flow-info2 p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 8px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.uploadN {
    background-color: #fafafa;
    border-top: 1px solid #f4f4f4
}

@import url(http://fonts.useso.com/css?family=Raleway:200,500,700,800);
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?rretjt');
    src: url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'), url('../fonts/icomoon.woff?rretjt') format('woff'), url('../fonts/icomoon.ttf?rretjt') format('truetype'), url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.slide {
    height: 400px;
}

.carousel-inner {
    height: 400px;
}

.item {
    height: 400px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

/* Reset */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-weight: 500;
    font-size: 1.05em;
}

a {
    color: #2fa0ec;
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    /*color:#74777b;*/
}

.htmleaf-container {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.htmleaf-content {
    font-size: 150%;
    padding: 1em 0;
}

.htmleaf-content h2 {
    margin: 0 0 2em;
    opacity: 0.1;
}

.htmleaf-content p {
    margin: 1em 0;
    padding: 5em 0 0 0;
    font-size: 0.65em;
}

.bgcolor-1 {
    background: #f0efee;
}

.bgcolor-2 {
    background: #f9f9f9;
}

.bgcolor-3 {
    background: #e8e8e8;
}

/*light grey*/
.bgcolor-4 {
    background: #2f3238;
    color: #fff;
}

/*Dark grey*/
.bgcolor-5 {
    background: #df6659;
    color: #521e18;
}

/*pink1*/
.bgcolor-6 {
    background: #2fa8ec;
}

/*sky blue*/
.bgcolor-7 {
    background: #d0d6d6;
}

/*White tea*/
.bgcolor-8 {
    background: #3d4444;
    color: #fff;
}

/*Dark grey2*/
.bgcolor-9 {
    background: #ef3f52;
    color: #fff;
}

/*pink2*/
.bgcolor-10 {
    background: #64448f;
    color: #fff;
}

/*Violet*/
.bgcolor-11 {
    background: #3755ad;
    color: #fff;
}

/*dark blue*/
.bgcolor-12 {
    background: #3498DB;
    color: #fff;
}

/*light blue*//* Header */
.htmleaf-header {
    padding: 1em 190px 1em;
    letter-spacing: -1px;
    text-align: center;
}

.htmleaf-header h1 {
    font-weight: 600;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

.htmleaf-header h1 span {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    display: block;
    font-size: 60%;
    font-weight: 400;
    padding: 0.8em 0 0.5em 0;
    color: #c3c8cd;
}

/*nav*/
.htmleaf-demo a {
    color: #1d7db1;
    text-decoration: none;
}

.htmleaf-demo {
    width: 100%;
    padding-bottom: 1.2em;
}

.htmleaf-demo a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.6em 1em;
    border: 3px solid #1d7db1;
    font-weight: 700;
}

.htmleaf-demo a:hover {
    opacity: 0.6;
}

.htmleaf-demo a.current {
    background: #1d7db1;
    color: #fff;
}

/* Top Navigation Style */
.htmleaf-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.5em;
    text-align: center;
}

.htmleaf-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #dbdbdb;
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.htmleaf-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

.htmleaf-icon span {
    display: none;
}

.htmleaf-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

/* footer */
.htmleaf-footer {
    width: 100%;
    padding-top: 10px;
}

.htmleaf-small {
    font-size: 0.8em;
}

.center {
    text-align: center;
}

/****/
.related {
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 1.25em;
    padding: 0.5em 0;
    overflow: hidden;
}

.related > a {
    vertical-align: top;
    width: calc(100% - 20px);
    max-width: 340px;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

.related a {
    display: inline-block;
    text-align: left;
    margin: 20px auto;
    padding: 10px 20px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.related a:hover, .related a:active {
    opacity: 1;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
    border-radius: 4px;
}

.related a:hover img, .related a:active img {
    opacity: 1;
}

.related h3 {
    font-family: "Microsoft YaHei", sans-serif;
}

.related a h3 {
    font-weight: 300;
    margin-top: 0.15em;
    color: #fff;
}

/* icomoon */
.icon-htmleaf-home-outline:before {
    content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
    content: "\e5001";
}

@media screen and (max-width: 50em) {
    .htmleaf-header {
        padding: 3em 10% 4em;
    }

    .htmleaf-header h1 {
        font-size: 2em;
    }
}

@media screen and (max-width: 40em) {
    .htmleaf-header h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size: 1.2em;
    }
}

/*发展理念*/
.gywm-fzln {
    margin: 0 auto 30px;
    width: 1060px;
}
div.gywm-fzln-content p{
    color:#737373;
    line-height:30px;
}
.gywm-wmdtd {
    width: 1060px;
    margin: 0 auto;
}
.gywm-wmdtd-title2 {
    font-size: 14px;
    color: #737373;
    line-height: 30px;
    margin-bottom: 20px;
}

.gywm-wmdtd-pic {
    margin-bottom: 40px;
}

.gywm {
    width: 1060px;
    margin: 0 auto;
}

.gywm-nav {
    width: 700px;
    height: 40px;
    margin-left: 40px;
}

.gywm-nav ul {
}

.gywm-nav ul li {
    float: left;
    width: 126px;
    line-height: 40px;
    color: #8c8989;
    font-size: 16px;
}

.gywm-title {
    color: #1a1a1a;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
}
.gywm-title span{
    font-size:10px;
    color:#8e8e8e;
}
.gywm-content {
    color: #595959;
    font-size: 14px;
    line-height: 30px;
}

.gywm-pic {
    margin: 15px auto 30px;
}
/*发展历程*/
div.history{
    width:100%;
    margin:40px auto 60px;
    text-align: center;
}

/*关于我们*//*行业新闻*/
.hyxw {
    width: 1060px;
    height: 750px;
    margin: 40px auto 30px;
}

.hyxw1 {
    float: left;
    width: 180px;
}
ul.news_center li a:hover,ul.news_center li a.nav-bg{
    color:#2a86bf;
}

.hyxw2 {
    float: left;
    width: 860px;
    margin:0 0 20px 20px;
    min-height: 500px;
}

.hyxw2-newspic {
    width: 100%;
    height: 150px;
    margin-bottom:40px;
}

.hyxw2-newspic-pic {
    float: left;
    width: 200px;
    margin-right:20px;
}

.hyxw2-newspic-pic img {
    width: 100%;
    height: 150px;
    border: 1px solid #DDD;
}

.hyxw2-newspic-news {
    float: left;
    width: 640px;
    font-size: 12px;
    line-height: 22px;
    color: #505059;
}

.hyxw2-newspic-news-title {
    color: #505059;
    margin: 0 0 10px;
}
p.news_time{
    color: #c8c8c8;
    margin-bottom:15px;

}
.hyxw2-newspic-news-title a {
    font-size: 16px;
    color: #5d5d5d;
    display: block;
}

.hyxw2-newspic-news-title a:hover {
    color:#2a86bf;
    text-decoration: none;
}
.hyxw2-newspic-news-conn {
    height: 40px;
    overflow: hidden;
    font-size:12px;
    color:#999;
}
p.news_more{
    margin:15px 0 0 0;
}
p.news_more a{
    color:#a9a9a9;
    font-size:12px;
    background-color:#fff;
    border:1px solid #ebebeb;
    padding:7px 20px;
}
p.news_more a:hover{
    color:#fff;
    background-color: #2a86bf;
    text-decoration: none;
}
/*行业新闻*/
/*视频中心*/
div.hyxw2 .col-xs-4{
    margin-bottom:20px;
}
div.video-img img{
    width:100%;
    height:176px;
}
p.video_title{
    text-align: center;
    width:100%;
    background-color: #f2f2f2;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
}
p.video_title a{
    color:#5d5d5d;
}
p.video_title:hover{
    background-color:#2a86bf;
}
p.video_title:hover a{
    color:#fff;
    text-decoration: none;
}
/*视频中心*/
/*专题报道*/
div.special_report{
    width:100%;
    margin-bottom:25px;
}
div.special_report img{
    width:100%;
    height:280px;
}
p.report{
    width:100%;
    text-align:center;
    margin-top:10px;
}
p.report a{
    color:#4d4d4d;
}
p.report a:hover{
    color:#2a86bf;
    text-decoration: none;
}
/*专题报道*/
/*领导关怀*/
div.leader_about.row{
    margin:30px -15px;
}
div.leader_about div.col-xs-4{
    padding-left:15px;
    padding-right:15px;
}
div.leader_about p{
    font-size:12px;
    color:#595959;
    margin-top:10px;
    text-align: center;
}
/*联系我们*/
div.contact{
    margin:40px auto 0;
    overflow: hidden;
}
div.map{
    width:737px;
    margin-right:25px;
    float:left;
}
div.text-dec{
    float:left;
}
div.headquarters{
    margin-bottom:20px;
}
div.headquarters div{
    font-size:16px;
    margin-bottom:10px;
}
div.headquarters p{
    font-size:14px;
    margin-bottom:10px;
}
div.headquarters ul li{
    line-height:25px;
    font-size:12px;
}
div.bus_title{
    color:#1983c5;
    font-size:18px;
    padding-bottom:5px;
    border-bottom:1px dashed #8e8e8e;
}
div.bus_title span{
    font-size: 12px;
}
div.bus_route{
    margin:20px 0;
}
div.bus_route span{
    font-size:12px;
    margin-right:60px;
    line-height:30px;
}
div.branch_address{
    margin-bottom:50px;
    overflow: hidden;
}
div.ningbo{
    margin-top:30px;
    float:left;
}
div.shenzhen{
    float:right;
    margin-top:30px;
}
div.branch_address p{
    font-size:14px;
}
div.branch_address li{
    font-size:12px;
    line-height:25px;
}
/*联系我们*/

/*翻页效果*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.tcdPageCode {
    height: 148px;
    width: 812px;
    padding-top: 55px;
    text-align: center;
}

.tcdPageCode a {
    display: inline-block;
    color: #428bca;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

/*翻页效果*//*地图*/
html, body {
    margin: 0;
    padding: 0;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/*地图*//*数控系统*/
.skxtym {
    width: 1060px;
    margin: 60px auto;
    height: 2290px;
}

/*reset*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

select, input {
    vertical-align: middle;
}

legend {
    color: #000;
}

.clean:before, .clean:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clean:after, .clearfix:after {
    clear: both;
}

.clean, .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.break {
    word-wrap: break-word;
    width: inherit;
}

.linkhidden {
    text-indent: -9999em;
    overflow: hidden;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
}

/*reset*//*左菜单主要样式*/
.skxtym-cd {
    width: 200px;
    height: 2290px;
    float: left;
}
div.subNavBox11{
    margin-bottom:20px;
}
.subNavBox {
    width: 180px;
}

.currentDd {
    color: #fff;
}

.subNav:hover {
    color: #fff;
}

.subNav {
    font-size: 18px;
    color: #fff;
    line-height: 52px;
    background: url(../images/363636_03.png) no-repeat;
    text-align: center;
}

.currentDt {
    background-image: url(../images/ww_03.png);
}

.navContent {
    display: none;
}

.navContent li a {
    display: block;
    width: 166px;
    heighr: 46px;
    text-align: center;
    font-size: 14px;
    line-height: 46px;
    color: #6a6e71;
}

.navContent-x {
    border-bottom: 1px solid #999696;
}

.navContent-k {
    background-color: #DCE2E2;
}

.navContent-k li a {
    color: white;
    background-color: #319623;
}

.navContent-k li a:hover {
    color: white;
    background-color: #319623;
}

.navContent li a:hover {
    color: white;
    background-color: #319623;
}

/*左菜单主要样式*/
.skxtym-content {
    width: 840px;
    margin-left: 20px;
    float: left;
}

.skxtym-content-jj {
    width: 100%;
}

.skxtym-content .jj-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.skxtym-content .jj-newspic {
    padding-top: 30px;
}

.skxtym-content .jj-news {
    float: left;
    width: 424px;
    color: #6A6E71;
    font-size: 12px;
    padding-left: 16px;
    line-height: 22px;
}

.jj-news-title {
    font-size: 20px;
    color: #005ca2;
    font-weight: bold;
    padding-left: 12px;
    line-height: 40px;
}

.skxtym-content .jj-pic {
    float: left;
    width: 416px;
    padding-left: 100px;
}

.skxtym-content-jg {
    width: 100%;
    clear: both;
    padding-top: 30px;
}

.skxtym-content .jg-pic {
    padding-top: 30px;
}

.skxtym-content-ys {
    padding-top: 30px;
    width: 100%;
}

.skxtym-content .ys-xh {
    width: 100%;
    padding-top: 30px;
}

.skxtym-content .ys-xh-sz {
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
    padding-left: 14px;
}

.skxtym-content .ys-xh-wz {
    color: #6b6b6c;
    font-size: 14px;
}

.skxtym-content .ys-xh1 {
    float: left;
    width: 370px;
    height: 70px;
    margin-left: 26px;
    margin-bottom: 50px;
}

.skxtym-content .ys-xh1-pic {
    float: left;
    background-image: url(../images/xhbj_03.png);
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
}

.skxtym-content .ys-xh1-wz {
    float: left;
    width: 300px;
    height: 70px;
    padding-left: 20px;
    padding-top: 14px;
}

.skxtym-content .ys-xh2 {
    float: left;
    width: 370px;
    height: 70px;
    margin-left: 48px;
    margin-bottom: 50px;
}

.skxtym-content .ys-xh2-pic {
    float: left;
    background-image: url(../images/xhbj_05.png);
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
}

.skxtym-content .ys-xh2-wz {
    float: left;
    width: 300px;
    height: 70px;
    padding-left: 20px;
    padding-top: 14px;
}

.skxtym-content .xl {
    width: 100%;
}

.skxtym-content .xl-pic {
    margin-left: 160px;
    margin-top: 30px;
}

.xl-pic1 {
    float: left;
}

.xl-pic2 {
    float: left;
    margin-left: 38px;
}

.xl-pic3 {
    float: left;
    margin-top: 26px;
    margin-bottom: 30px;
}

.xl-pic4 {
    float: left;
    margin-left: 38px;
    margin-top: 26px;
    margin-bottom: 30px;
}

/*左菜单主要样式*/
.skxtym1 {
    width: 1060px;
    margin: 60px auto;
}

.skxtym1-content1 {
    width: 865px;
    float: left;
    margin-left:15px;
}

.skxtym1-content1 .jj-pic5 {
    float: left;
    margin-bottom: 15px;
    width: 865px;
}

.skxtym1-content1 .jj-pic10 {
    float: right;
    width: 25%;
}

/*5m机型位置控制代码*/
.skxtym1-content1-jj5 {
    width: 100%;
}

.skxtym1-content1-jg5 {
    width: 100%;
    clear: both;
    padding-top: 30px;
}

.skxtym1-content1 .xl5 {
    width: 865px;
    margin-top: 30px;
}

.xl5-pic {
    padding-top: 20px;
}

.ly {
    padding-top: 30px;
}

.ly-pic {
    margin-top: 30px;
    margin-bottom: 40px;
}

.ly-pic1 {
    float: left;
    padding-left: 14px;
}

.ly-pic2 {
    float: left;
    padding-left: 34px;
}

.skxtym1-content1 .jj-title {
    color: #333333;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
    line-height: 40px;
}

.skxtym1-content1 .jj-newspic {
    padding-top: 30px;

}

.skxtym1-content1 .article{


}

.skxtym1-content1 .picture{

}

.skxtym1-content1 .jj-news {
    width: 865px;
    color: #6A6E71;
    font-size: 15px;
    line-height: 22px;
    margin-top:20px;
    text-align: left;
}

.skxtym1-content1 .jj-news10 {
    color: #6A6E71;
    font-size: 15px;;
    line-height: 22px;
    float:left;
    width: 75%;
}

.jj-news1 a{
    text-align: right;
}
.skxtym1-content1 .jg-pic {
    padding-top: 30px;
}

.skxtym1-content1-ys {
    width: 100%;
    padding-top: 30px;
}

.skxtym1-content1 .ys-xh {
    width: 865px;
    padding-top: 30px;
}

.skxtym1-content1 .jet {
    font-size: 15px;
    margin: 20px 0;
}


/*5m*//*深圳分公司页面*/
.sz .gsjj {
}

/*深圳分公司页面*/
.carousel-caption {
    position: absolute !important;
    bottom: 20px !important;
    color: #fff !important;
    height: 325px !important;
    width: 480px !important;
    padding-left: 54px !important;
}

.carousel-caption-title {
    font-size: 22px !important;
    color: #fff !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: left;
}

.carousel-caption-content {
    font-size: 14px !important;
    line-height: 30px;
    color: #fff !important;
    text-align: left;
}

#navmenu {
    position: relative;
    z-index: 10;
    width: 690px;
    margin: 0 auto;
    height: 30px;
    border-radius: 5px;
    padding-top: 15px;
    padding-left: 15px;
}

#navmenu ul {
    float: right;
    padding: 0 2px 0 0;
}

/*#navmenu ul li {float:left;height:30px;line-height:30px;position:relative;padding:0 0 0 2px; }*/
#navmenu ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right:25px;
}

#navmenu ul li > a {
    color: #212122;
    float: left;
    font-size: 15px;
    text-decoration: none;
}

#navmenu ul li > a:hover,#navmenu ul li > a.navSelected{
    color: #096399;
    border-bottom:2px solid #096399;

}

#navmenu ul li ul {
    position: absolute;
    top: 37px;
    left: 0;
    width: 130px;
    background: #51A735;
    filter: alpha(opacity=90);
    opacity: .9;
    -moz-opacity: .9;
    display: none;
}

#navmenu ul li ul li {
    background: none;
    float: left;
    border-bottom: 1px #ffffff solid;
    padding: 4px;
    display: block;
    width: 108px;
    margin-left: 2px;
}

#navmenu ul li ul li > a {
    float: none;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 10px;
    width: 100px;
}

#navmenu ul li ul li > a:hover {
    background: #61B200;
}

#navmenu ul li ul li ul {
    position: absolute;
    top: 0;
    left: 115px;
    width: 120px;
    background: #3a3a3a;
    filter: alpha(opacity=90);
    opacity: .9;
    -moz-opacity: .9;
    display: none;
}

#navmenu ul li ul li ul li {
    background: none;
    float: left;
    border-bottom: 1px #535252 solid;
    padding: 4px;
    display: block;
    width: 108px;
    margin-left: 2px;
}

#navmenu ul li ul li ul li > a {
    float: none;
    border-radius: 5px;
    color: #CFC5AC;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 3px 10px;
    width: 90px;
}

#navmenu ul li ul li ul li > a:hover {
    background: #1A1A1A;
}

.news_page_btns {
    width: 100%;
    text-align: center;
    margin: 45px 0 25px 0;
}

.news_page_btns a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 8px;
    color: #5f5f5f;
    font-size: 14px;
    margin-left: 7px;
    border: 1px solid #e2e2e2;
    background: #FFFFFF;
}

.news_page_btns a:hover {
    border: 1px solid #14a24a;;
    color: #14a24a;
    text-decoration: none;
}

.news_page_btns .this {
    border: 1px solid #14a24a;;
    color: #14a24a;
}

i {
    font-style: normal;
}

.nav {
    width: 1060px;
    margin: 40px auto;
}
.nav ul{
   text-align: center;
}
.nav ul li {
   display:inline-block;
    width:110px;
    height:32px;
    border:1px solid #d2d2d2;
    line-height:30px;
    margin:0 10px;

}
.nav ul li:hover,.nav ul li.cur{
    background-color: #0987d6;
    border:1px solid #0987d6;
}
.nav ul li a {
    color:#616161;
    text-decoration: none;
}
.nav ul li:hover a,.nav ul li.cur a{
    color:#fff;
}
.news a {
    font-size: 16px;
    color: #505059;
    text-decoration: none;
    display: block;
}

.news a:hover {
    color: #505059;
}

.wz1 a {
    font-size: 12px;
    color: #505059;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.wz1 a:hover {
    color: #505059;
}

.in1dh2 a {
    color: #505059;
    text-decoration: none;
    display: block;
}

.in1dh2 a:hover {
    color: #505059;
}

.s2 a {
    color: #505059;
    text-decoration: none;
    display: block;
}

.s2 a:hover {
    color: #505059;
}

.y1 a {
    color: #505059;
}

.y1 a:hover {
    color: #505059;
}

.cc a {
    color: #505059;
}

.cc a:hover {
    color: #505059;
}

.vv a {
    color: #505059;
}

.vv a:hover {
    color: #505059;
}

.subNavBox a {
    color: white;
    display: block;
    text-decoration: none;
}

.subNavBox a:hover {
    color: white;
    display: block;
    text-decoration: none;
}

.hyxw2 .title {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

.hyxw2 .title span {
    margin: 0 15px;
}

.hyxw2 h1 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 10px;
}

/*深圳分公司页面*/
.gsjj {
    height: auto;
    width: 1060px;
    margin: 0 auto;
    min-height: 400px;
}

.gsjj-title {
    margin: 0 auto;
    padding-left: 393px;
    padding-top: 60px;
}

.gsjj-content {
    font-size: 14px;
    padding-top: 30px;
    color: #6a6e71;
    line-height: 26px;
    padding-left: 16%;
    padding-right: 16%;
}

.fczs {
    height: 586px;
    background-color: #f5f5f5;
    width: 100%;
}

.fczs .nr {
    width: 1060px;
    margin: 0 auto;
}

.nr-title {
    padding-left: 393px;
    padding-top: 60px;
}

.nr-pic {
    margin-top: 30px;
}

.nr-pic1 {
    float: left;
}

.nr-pic1jj {
    padding-left: 20px;
}

.szdz {
    width: 1060px;
    margin: 0 auto;
}

.szdz-title {
    margin: 0 auto;
    padding-left: 393px;
    padding-top: 60px;
}

.szdz-title-dz {
    height: 322px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.szdz-title-dz1 {
    width: 530px;
    height: 322px;
    float: left;
}

.szdz-title-dz2 {
    height: 50px;
    margin-top: 66px;
    margin-left: 30px;
}

.szdz-title-dz3 {
    float: left;
    padding-right: 20px;
}

.szdz-title-dz4 {
    font-size: 14px;
    color: #6a6e71;
}

.szdz-title-dz5 {
    font-size: 16px;
    color: #333333;
}

/*深圳分公司页面/*集成服务*/
div.services{
    margin:40px auto 60px;
}

/*集成服务*//*宁波分公司页面*/
.nb {
    height: auto;
    width: 1060px;
    margin: 0 auto;
    min-height: 490px;
}

.nb-title {
    margin: 0 auto;
    padding-left: 393px;
    padding-top: 60px;
}

.nb-content {
    font-size: 14px;
    padding-top: 30px;
    padding-left: 16%;
    padding-right: 16%;
    color: #6a6e71;
    line-height: 28px;
}

.fczs {
    height: 586px;
    background-color: #f5f5f5;
    width: 100%;
    min-width: 1060px;
}

.fczs .nr {
    width: 1060px;
    margin: 0 auto;
}

.nr-title {
    padding-left: 393px;
    padding-top: 60px;
}

.nr-pic {
    margin-top: 30px;
}

.nr-pic1 {
    float: left;
}

.nr-pic1jj {
    padding-left: 20px;
}

.szdz {
    width: 1060px;
    margin: 0 auto;
}

.szdz-title {
    margin: 0 auto;
    padding-left: 393px;
    padding-top: 60px;
}

.szdz-title-dz {
    height: 322px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.szdz-title-dz1 {
    width: 530px;
    height: 322px;
    float: left;
}

.szdz-title-dz2 {
    height: 50px;
    margin-top: 66px;
    margin-left: 30px;
}

.szdz-title-dz3 {
    float: left;
    padding-right: 20px;
}

.szdz-title-dz4 {
    font-size: 14px;
    color: #6a6e71;
}

.szdz-title-dz5 {
    font-size: 16px;
    color: #333333;
}

/*宁波分公司页面*//*招贤纳士*/
.zxns {
    width: 1060px;
    margin: 0 auto;
}

.zxns-pic {
    margin: 30px auto;
}

.job-container {
    margin-bottom: 90px;
}

.job-list {
    line-height: 1;
    color: #595757;
}

.job-item {
    position: relative;
}

.job-item-title {
    display: inline-block;
    margin: 20px 0 20px 40px;
    border-left: 3px solid #009fd9;
    text-indent: 19px;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
}

.panel-extend-button {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.arrow-down, .job-item-panel--in .arrow-up {
    display: none;
}

.job-item-panel--in .arrow-down {
    display: inline;
}

.job-item-panel--in .job-item-panel {
    display: none;
    height: auto;
    margin: 0 50px 0 60px;
    padding: 15px;
}

.job-item-panel {
    position: relative;
    z-index: 10;
    margin-top: 25px;
    margin-bottom: 23px;
    padding: 42px 55px;
    border: 1px solid #CECED1;
}

.panel-triangle {
    position: absolute;
    top: -24px;
    left: 100px;
    z-index: 10;
    border-width: 12px 9px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #b5b5b6;
}

.panel-triangle-inner {
    position: absolute;
    top: -9px;
    left: -8px;
    z-index: 10;
    border-width: 11px 8px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: white;
}

.panel-header {
    padding-bottom: 39px;
    border-bottom: 1px dashed #b5b5b6;
}

.job_xxtt {
    border-bottom: 1px dashed #B5B5B6;
    margin: 0 50px 0 60px;
    height: 1px;
}

.job-location {
    min-height: 22px;
    background: url(../images/zp2_03.jpg) no-repeat left top;
    font-size: 20px;
}

.job-require {
    margin-top: 20px;
}

.job-location, .job-require, .job-welfare {
    padding-left: 32px;
}

.job-require-item:first-child {
    padding-left: 0;
    border-left: none;
}

.job-require-item {
    display: inline-block;
    height: 34px;
    padding-left: 16px;
    padding-right: 12px;
    border-left: 1px solid #cecece;
    line-height: 34px;
    font-size: 20px;
}

.job-welfare {
    margin-top: 26px;
}

.job-welfare-item {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #c1e6f4;
    background: #edf9ff;
    text-align: center;
    font-size: 14px;
    color: #3c9ccc;
}

.panel-body {
    padding: 0 30px;
}

.job-description-title {
    margin-top: 38px;
    font-size: 20px;
}

.job-description-list {
    margin-top: 22px;
    padding-left: 7px;
}

.job-description-item {
    list-style: decimal;
    list-style-position: inside;
    line-height: 2;
    font-size: 16px;
}

.button-control-container {
    position: relative;
    margin-top: 42px;
    text-align: right;
}

.panel-collapse-button {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.job-apply-button {
    display: inline-block;
    width: 137px;
    height: 45px;
    background: #f66b34;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: white;
}

.li-title {
}

/*招贤纳士*/
.maker_index {
    margin: 0px auto;
    text-align: center;
}

.pageContent p {
    line-height: 26px !important;
    margin-bottom: 10px !important;
}

.pageContent div {
    margin-bottom: 10px;
    line-height: 26px;
}

.pageContent img {
    max-width: 700px;
}

/*在线客服*/
.keifu {
    position: fixed;
    top: 30%;
    right: 0;
    width: 131px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    z-index: 1001;
}

.keifu_tab {
    width: 160px;
}

.icon_keifu {
    width: 26px;
    height: 100px;
    float: left;
    background: url(../images/keifu.png) 0 0;
    position: relative;
    cursor: pointer;
}

.keifu_box {
    float: left;
    width: 131px;
    display: none;
}

.keifu_tab img {
    display: block;
}

.keifu_head {
    width: 131px;
    height: 41px;
    background: url(../images/keifu.png);
    background-position: 0 -104px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.keifu_close:link, .keifu_close:visited {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/keifu.png) -42px 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

.keifu_close:hover {
    background-position: -60px 0;
}

.keifu_con {
    border-left: 7px solid #029bdb;
    border-right: 7px solid #029bdb;
    padding-top: 15px;
    background: #fbfbfb;
    margin-bottom: 0px;
}

.keifu_con li {
    height: 33px;
    padding-left: 12px;
}

.keifu_con .weixin {
    height: 96px;
}

.keifu_con .bt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 20px;
    color: #012646;
}

.keifu_bot {
    width: 131px;
    height: 90px;
    background-image: url(../images/keifu.png);
    background-position: 0 -149px;
}
/*智造创客*/
div.maker_banner{
    width:100%;
}
div.maker{
    margin:40px auto 50px;
}
div.space{
    margin-bottom:60px;
}
div.maker_space{
    font-size:20px;
}
div.maker_space b{
    color:#69ac08;
    font-weight: normal;
}
div.maker_space i{
    width:1px;
    height:20px;
    display:inline-block;
    background-color: #e6e6e6;
    margin:-3px 10px;
}
div.maker_space span{
    color:#fca903;
}
div.space p{
    font-size:12px;
    color:#999;
}
.nry-jdt {
    width:100%;
    padding-top: 156px;
}



.no-xs {
    display: none;
}

.video_content {
    height: 430px;
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 20px 0;
}

/*广告轮播*/
#bg-big1 {
    margin-top: 156px;
}

div.item{
    width: 100%;
    height: 400px;
}

.slide-item1{
	background: url("../images/ht_br5.jpg") no-repeat center center;

}
.slide-item2 {
    background: url("../images/banner_03.jpg") no-repeat center center;
}
.slide-item3{
	background: url("../images/ht_db02.jpg") no-repeat center center;
}
.slide-item4{
	background: url("../images/zt/mgzl.png") no-repeat center center;
}
.slide-item5{
	background: url("../images/ecs.png") no-repeat center center;
}
.slide-item6{
	background: url("../images/2019CES.png") no-repeat center center;
}
div.item a {
    display: block;
    width: 100%;
    height: 400px;
}

@media screen and (min-width: 1061px) {
    .carousel-control.right {
        right: 0;
    }
}

@media screen and (max-width: 1060px) {
    div.carousel-inner {
        width: 1060px;
    }

    .slide-item1, .slide-item2, .slide-item3 {
        width: 1060px;
    }

    .carousel-control.right {
        right: -80px;
    }
}

/*广告轮播*/
.en_index {
    margin-top: 100px;
}

button.en_button {
    height: 40px;
    width: 145px;
    border: 3px solid #fff;
    border-radius: 6px;
}

button.en_button a {
    font-size: 14px;
    color: #7D7B7B;
    text-decoration: none;
    display: block;
}

button.en_button a:hover {
    color: #7D7B7B;
}

div.news_nav {
    position: absolute;
    width: 400px;
    z-index: 200;
    top: 47px;
    left: 180px;
    display: none;
}

div.news_lists {
    width: 49.6%;
    height: 100%;
    text-align: center;
    float: left;
}

div.news_lists > a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1em;
}

div.news_lists > a:hover {
    color: #0088d2;
}
div.news_word{
    margin-top:10px;
}
div.news_word > a {
    background: url(../images/arrowSub.png) 31% center no-repeat;
}

#menu-item-48:hover .news_nav {
    display: block;
}

div.top_up {
    width: 0;
    height: 0;
    border-width: 0 10px 17px;
    border-style: solid;
    border-color: transparent transparent #e8e8e8;
    margin: 0 auto;
    display: block;
}

div.nav_content {
    height: 150px;
    background: url(../images/111_02.png) center center no-repeat;;
}

img.video {
    padding-top: 10px;
}

.viedo-cc {
    margin-top: 40px;
}

div.videos {
    width: 1060px;
    margin: 20px 0;
}

div.videos div:not(:last-child) {
    float: left;
    margin-right: 9px;
}

.videos img {
    width: 255px;
    height: 157px;
}

.videos span {
    display: inline-block;
    width: 255px;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
}
/*专题样式*/
div.banner_zt {
    width: 100%;
}

div.banner_zt img {
    width: 100%;
}

p.text {
    line-height: 25px;
    text-align: justify;
    margin: 20px auto;
}

div.title {
    text-align: center;
    margin: 20px auto 0;
}

@media (min-width: 1150px) {
    .container.content {
        width: 1120px;
    }
}

/*校园专题样式*/
/*背景图*/
.bg_picture{
    width:100%;
    height:2700px;
    background: url(../images/xyzt/bg.png) no-repeat center center;
}
/*banner*/
div.banner{
    width:100%;
    text-align: center;
    padding:100px 0;
}
div.banner img{
    margin:0 auto;
    width:838px;
    height:190px;
}
/*文案区背景*/
div.text_bg{
    width:1060px;
    height:2110px;
    background-color: #fff;
    border-top:5px solid #feb32d;
    border-bottom:6px solid #feb32d;
    margin:0 auto;
}
div.text_bg p{
    margin:0;
}
div.summary{
    margin:50px 40px 30px;
    line-height:25px;
}
div.purpose_title{
    width:100%;
    height:45px;
    line-height:45px;
    font-size:18px;
    background-color: #f5f5f5;
    color:#c03660;
    padding-left:30px;
    border-left:10px solid #c03660;
    font-weight:bold;
}
div.purpose_content{
    margin:30px 40px;
    line-height:25px;
}
div.purpose_title.describe{
    color:#07beb6;
    border-left:10px solid #07beb6;
}
div.purpose_title.enter{
    color:#3167b6;
    border-left:10px solid #3167b6;
}
div.text_bg p.condition{
    font-size:16px;
    font-weight:bold;
    line-height:30px;
}
div.text_bg  p.img{
    padding-left:100px;
    margin:30px 0;
}
div.purpose_title.enter{
    color:#feb32d;
    border-left:10px solid #feb32d;
}
div.purpose_title.organize{
    color:#1dd0a4;
    border-left:10px solid #1dd0a4;
}
div.purpose_title.enclosure{
    color:#f36464;
    border-left:10px solid #f36464;
}
div.text_bg p.pad{
    padding-left:75px;
}
div.text_bg div.code p{
    margin-right:40px;
}
div.text_bg  p.code_img{
    margin-left:60px;
}
/*产品页新增样式*/
div.product_banner{
    width:100%;
}
/*产品页左侧菜单*/
div.skxtym1-cd1{
    width:180px;
    float:left;
}
ul.products_list{
    width:100%;
    border-right:1px solid #e6e6e6;
}
ul.products_list>li,ul.products_two li{
    height:35px;
    line-height:35px;
    border-bottom:1px solid #e6e6e6;
}
ul.products_two li.num{
    height:50px;
    line-height:20px;
    border-bottom:1px solid #e6e6e6;
}
ul.products_list li.five-equipment{
    height:180px;
    border-bottom:0;
}
ul.products_list li.nozzle{
    height:270px;
    border-bottom:0;
}
ul.products_two{
    border-top:1px solid #e6e6e6;
    width:100%;
    padding-left:30px;
}
ul.products_list li a{
    font-size: 14px;
    color:#333;
    text-decoration: none;
}
ul.products_two li a{
    font-size:12px;
    color:#737373;
    margin-left:10px;
}
ul.products_list li a span{
    display:inline-block;
    margin:0 8px;
}
/*电子加工*/
div.dianzi_title{
    font-size:18px;
    margin-bottom:20px;
    color:#4d4d4d;
}
div.dianzi_title span{
    font-size: 10px;
    font-weight: normal;
    color: #cfcfcf;
}
div.dianzi_content{
    color:#737373;
}